In This Topic
Applies the specified scaling operation to the transformation matrix of this graphics by prepending it to the current transformation matrix.
Syntax
public void scaleTransform(
double ,
double
)
|
Parameters
- sx
- Scale factor in the x direction.
- sy
- Scale factor in the y direction.
See Also